home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Hity z okladki / Diino 4 / diino4_Setup_En.exe / {app} / Diino.exe / 0 / RCDATA / TDLGBLOGCOMMENTEDITOR / TDLGBLOGCOMMENTEDITOR.txt
Text File  |  2006-11-06  |  2KB  |  118 lines

  1. object DlgBlogCommentEditor: TDlgBlogCommentEditor
  2.   Left = 0
  3.   Top = 0
  4.   Caption = 'Diino Blog Comment Editor'
  5.   ClientHeight = 400
  6.   ClientWidth = 337
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Shell Dlg 2'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poMainFormCenter
  15.   DesignSize = (
  16.     337
  17.     400)
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object GbFrom: TTntGroupBox
  21.     Left = 4
  22.     Top = 7
  23.     Width = 325
  24.     Height = 98
  25.     Anchors = [akLeft, akTop, akRight]
  26.     Caption = 'From'
  27.     TabOrder = 1
  28.     DesignSize = (
  29.       325
  30.       98)
  31.     object LblName: TTntLabel
  32.       Left = 12
  33.       Top = 24
  34.       Width = 31
  35.       Height = 13
  36.       Caption = 'Name:'
  37.     end
  38.     object LblEmail: TTntLabel
  39.       Left = 12
  40.       Top = 47
  41.       Width = 32
  42.       Height = 13
  43.       Caption = 'E-Mail:'
  44.     end
  45.     object LblDate: TTntLabel
  46.       Left = 12
  47.       Top = 71
  48.       Width = 27
  49.       Height = 13
  50.       Caption = 'Date:'
  51.     end
  52.     object LblDateValue: TTntLabel
  53.       Left = 71
  54.       Top = 71
  55.       Width = 42
  56.       Height = 13
  57.       Caption = '(dummy)'
  58.     end
  59.     object EdName: TTntEdit
  60.       Left = 71
  61.       Top = 20
  62.       Width = 242
  63.       Height = 21
  64.       Anchors = [akLeft, akTop, akRight]
  65.       TabOrder = 0
  66.       OnChange = DetailsChange
  67.     end
  68.     object EdMail: TTntEdit
  69.       Left = 71
  70.       Top = 43
  71.       Width = 242
  72.       Height = 21
  73.       Anchors = [akLeft, akTop, akRight]
  74.       TabOrder = 1
  75.       OnChange = DetailsChange
  76.     end
  77.   end
  78.   object GbComment: TTntGroupBox
  79.     Left = 6
  80.     Top = 105
  81.     Width = 325
  82.     Height = 259
  83.     Anchors = [akLeft, akTop, akRight, akBottom]
  84.     Caption = 'Comment'
  85.     TabOrder = 2
  86.   end
  87.   object BtnSave: TTntButton
  88.     Left = 174
  89.     Top = 371
  90.     Width = 75
  91.     Height = 25
  92.     Anchors = [akRight, akBottom]
  93.     Caption = '&Save'
  94.     ModalResult = 1
  95.     TabOrder = 4
  96.   end
  97.   object BtnCancel: TTntButton
  98.     Left = 256
  99.     Top = 371
  100.     Width = 75
  101.     Height = 25
  102.     Anchors = [akRight, akBottom]
  103.     Cancel = True
  104.     Caption = '&Cancel'
  105.     ModalResult = 2
  106.     TabOrder = 0
  107.   end
  108.   object MoComment: TTntMemo
  109.     Left = 18
  110.     Top = 129
  111.     Width = 301
  112.     Height = 223
  113.     Anchors = [akLeft, akTop, akRight, akBottom]
  114.     TabOrder = 3
  115.     OnChange = DetailsChange
  116.   end
  117. end
  118.